projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
dc12479
886c878
)
Auto merge of #2912 - matklad:move-target-dir, r=alexcrichton
author
bors
<bors@rust-lang.org>
Mon, 25 Jul 2016 04:44:23 +0000
(21:44 -0700)
committer
GitHub
<noreply@github.com>
Mon, 25 Jul 2016 04:44:23 +0000
(21:44 -0700)
Move `target_dir` to Workspace and fix #2848
Target dir is now an API of Workspace. It is still initialized eagerly, just later.
I also had to errors in the config file when retrieving `verbose` and `color` config. Seems fishy, but is probably OK.
Trivial merge